PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class / setEnableSmallCapsForUppercase Method
True if small capitals should be used for uppercase letters.
In This Topic
    setEnableSmallCapsForUppercase Method
    In This Topic
    Sets a flag indicating whether small capitals should be used for uppercase letters.
    Syntax
    public void setEnableSmallCapsForUppercase( 
       boolean value
    )

    Parameters

    value
    True if small capitals should be used for uppercase letters.
    See Also